Welcome![Sign In][Sign Up]
Location:
Search - RSA algorithm in java

Search list

[Crack HackRSA加密解密及RSA签名和验证

Description: RSA加密解密及RSA签名和验证算法,c/s界面,-RSA encryption and decryption and validation of signatures RSA algorithm, c/s interface,
Platform: | Size: 3072 | Author: 方良 | Hits:

[Crack HackRSA加长分段加密

Description: RSA加密算法,界面操作,可以很方便的对文件的内容进行加密,而且为了能加密更长的内容,算法中采用了分段加密的手段。其算法步骤如下:1. 读取公钥e和n,作加密之用。 2. 从DecText中读取一大段明文,转化成明文字节数组Byte[]。 3. 再把Byte[]分成若干小段明文字节数组sectByte[]。 4. 使用e和n对所有的sectByte[]进行加密,并合成一大段密文,添加到EncText。 5. 读取下一大段明文,若明文为空,完成加密;否则转2-RSA encryption algorithm, interface operation, it is convenient to the contents of the documents for encryption, but in order to longer content encryption algorithm used in the sub-encryption tools. The algorithm steps are as follows : 1. Read public key e and n, for encryption purposes. 2. DecText from reading a big specifically, into an express byte array Byte []. 3. Byte [] then divided into pieces expressly sectByte byte [] array. 4. The use of e and n of all sectByte [] encryption and synthesis of a large dense text to be added EncText. 5. The next major reading of the express, if expressly for the space, complete encryption; Otherwise turn 2
Platform: | Size: 75776 | Author: 何泽荣 | Hits:

[CA authsecurity

Description: 说明: 1、里面有什么: 1.1、org.bouncycastle.*下的所有软件是bouncycastle组织开发的软件包 1.2、org.infosecurity.*下的软件包括: DES_CBC算法的实现 RSA算法的实现(包括:密钥生成、公钥加密和私钥解密、数字签名及签名验证) 数字信封的实现   利用数字信封实现大文件的加密、解密。 2、有什么用:   2.1 研究、学习信息安全中的密码学设计与实现技术。   2.2 当然如果大家觉得在其它地方用的上,我会觉得很高兴的。 3、还有什么改进: 3.1 对文件加密、解密的时候要频繁的IO,如果加一个缓冲区,比如10K、50K等, 只有缓冲区满了才写入DISK这样将提高效率。 3.2 RSA私钥积存的时候可以按PKCS8形式,再经BASE64编码保存比较好。-Note : 1, mean there : 1.1, org.bouncycastle .* of all software development organizations is bouncycastle package 1.2, org.infosecurity .* The software includes : DES_CBC algorithm to achieve the realization of the RSA algorithm (including : key generation, public key and private key encryption decryption, digital signatures and signature verification), the realization of digital envelope using digital envelope realize document encryption, decryption. Two, what is the use of : 2.1, learning the information security cryptography design and technology. 2.2 Of course, if you think in the other parts, I feel very happy. Three, what is there for improvement : 3.1 pairs of file encryption, decryption, and the time to frequent the IO, plus a buffer, such as 10K, 50K, the only buffer is needed for
Platform: | Size: 212992 | Author: 雷敏 | Hits:

[Other20050715rsa

Description: RSA算法编程以及它的实际应用。超级好的代码了。-RSA algorithm programming, as well as its practical application. Super good code.
Platform: | Size: 4096 | Author: 王学家 | Hits:

[CA authDigitalSignature2Example

Description: 本程序是用java程序包实现RSA安全认证算法的实现程序,可用于网络安全传输和数字签名-this procedure is used java package to achieve RSA Security Authentication Algorithm procedures, can be used for transmission of network security and digital signature
Platform: | Size: 1024 | Author: 许可 | Hits:

[Crack HackRSA

Description: rsa算法演示,运用数论知识和经典的RSA算法,可生成超长的密钥,对文件经行加密,解密的演示。当时的开发环境是JCreator 3.50。-rsa algorithm demo, using knowledge of number theory and classical RSA algorithm, can generate very long keys, the document by line encryption, decryption of the presentation. At that time, the development environment is JCreator 3.50.
Platform: | Size: 4096 | Author: zgyang | Hits:

[Otherrsa

Description: 网络安全体制中的RSA算法的一些相关文章-Network security system of the RSA algorithm in a number of related articles
Platform: | Size: 4818944 | Author: | Hits:

[CA authRSA

Description: :RSA 是最广泛的公钥算法,从程序实现的主要思想、算法分析及流程说明、实验环境要求描述、运行 和结果、运行效率分析和程序源代码六方面介绍运用java程序实现RSA加密算法,要求输入明文的二进制位数 不少于1024。-: RSA public key is the most widely algorithm, from the process to achieve the main ideas, algorithms and processes that describe the experimental environmental requirements, operation and results, operational efficiency analysis and source code six introduce the use of java program RSA encryption algorithm, expressly asked to enter the binary digits of not less than 1024.
Platform: | Size: 160768 | Author: 王功臣 | Hits:

[JSP/JavaRSA

Description: java程序实现的RSA算法,实现了加密解密并带有源代码。并配有exe执行文件-java program realization of RSA algorithm, the realization of the encryption and decryption with the source code. And implementation with exe files
Platform: | Size: 907264 | Author: wangyang | Hits:

[JSP/JavaencryptModule

Description: Java实现RSA DES SHA算法以完成一个加密组件, Java工程,Eclipse开发,只要直接导入已经存在的工程到工作环境即可。-Java realize RSA DES SHA encryption algorithm in order to complete a component, Java project, Eclipse development, as long as the direct import of already existing projects to the work environment can be.
Platform: | Size: 30720 | Author: wanna001 | Hits:

[JSP/JavaJavashixianDESRSAsuanfa

Description: Java加密组件实现DES、RSA和SHA加密算法 可以直接导入工程使用-Java Component Implementation encryption DES, RSA and SHA encryption algorithm can be used directly into the project
Platform: | Size: 35840 | Author: zhang | Hits:

[Crack HackJavaEncryptModule

Description: 用Java实现的DES、RSA和SHA算法。Eclipse开发。-Java achieved by DES, RSA and SHA algorithm. Eclipse development.
Platform: | Size: 30720 | Author: zack fair | Hits:

[Crack HackCryptography

Description: 该程序包提供了三种加解密算法的源代码:DES、AES和RSA。程序没有使用Java的security库,完全是自己根据加解密算法流程手工编写的。适用于密码学加解密算法的学习和研究。 由于运行速度慢,不推荐用于实用项目。-The package offers three encryption algorithm source code: DES, AES and RSA. Procedures did not use Java' s security database is entirely in accordance with their own encryption and decryption algorithm flow manually prepared. Cryptography for encryption and decryption algorithm of the study and research. Due to slow and not recommended for practical projects.
Platform: | Size: 27648 | Author: tangxiaojun | Hits:

[Crack Hackrsa

Description: ecplise环境下密码学RSA算法的实现-ecplise environment RSA cryptography algorithm implementation
Platform: | Size: 3072 | Author: 严海 | Hits:

[JSP/JavaJavajiamijiemi

Description: Java加密组件DES实现RSA和SHA加密算法-Java Encryption Component DES encryption algorithm to achieve RSA and SHA
Platform: | Size: 41984 | Author: 政工名 | Hits:

[JSP/JavaencryptModule

Description: 用Java加密类实现常规的DES、RSA及SHA的加密算法,代码完整。-Encryption with Java class implements the conventional DES, RSA and SHA encryption algorithm, code integrity.
Platform: | Size: 35840 | Author: 191 | Hits:

[Crack HackRSA

Description: 运用java技术,基于RSA算法,实现对图片文件进行加密解密的源代码-Using java technology, based on RSA algorithm, the image files on the source code for encryption and decryption
Platform: | Size: 2048 | Author: 窦小敏 | Hits:

[JSP/Javarsa

Description: this a program on RSA algorithm in java.
Platform: | Size: 2048 | Author: arun | Hits:

[JSP/JavaRSA

Description: Rsa algorithm in java language
Platform: | Size: 907264 | Author: kashinath | Hits:

[Crack Hackjava_security_sdk

Description: 软件是bouncycastle组织开发的软件包,包括DES_CBC算法的实现、RSA算法的实现(包括:密钥生成、公钥加密和私钥解密、数字签名及签名验证)、数字信封的实现、利用数字信封实现大文件的加密、解密。可以作为研究、学习信息安全中的密码学设计与实现技术。在原版的基础上进行一些改进,对文件加密、解密的时候要频繁的IO加一个缓冲区,RSA私钥积存的时候可以按PKCS8形式,再经BASE64编码保存。-Software development organization is bouncycastle package, including DES_CBC Algorithm, RSA algorithm implementation (including: key generation, public key encryption and private decryption, digital signature and signature verification), the realization of digital envelope using the envelope to achieve digital large file encryption and decryption. Can be used as research, study of information security design and implementation of cryptographic technology. On the basis of the original number of improvements, file encryption, decryption time to frequent the IO plus a buffer, RSA private key can PKCS8 accumulated when the form and then saved by the BASE64 encoding.
Platform: | Size: 212992 | Author: 鹿淑煜 | Hits:
« 12 »

CodeBus www.codebus.net